<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Ling Height*/
/* Line Widget Width */
/* Line Widget Margin */
/* Element Height */
/* Element Height Within Border */
/* Element In Grid Height */
/* Element In Grid Width */
.border-visi {
  border-top: 1px #EEEEEE solid;
  border-left: 1px #EEEEEE solid;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
}
.border-visi-re {
  border-bottom: 1px #EEEEEE solid;
  border-right: 1px #EEEEEE solid;
  border-top: 1px #E0E0E0 solid;
  border-left: 1px #E0E0E0 solid;
}
.scale-fade-0 {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scale-fade-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.transition-li {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.anti-aliasing {
  -webkit-transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  transform: scale(0.99999);
}
.transition-on-color {
  transition: color ease-in 0.2s;
}
.gradient-bg {
  background-image: -webkit-gradient(linear, top left, bottom left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'mailbox';
  /* project id 402809 */
  src: url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.eot');
  src: url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.woff') format('woff'), url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.ttf') format('truetype'), url('//at.alicdn.com/t/font_402809_u1o7c2j2byn.svg#mailbox') format('svg');
}
.temp-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  width: 522px;
  height: 370px;
}
.temp-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100001;
}
.temp-wrapper .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: mailbox;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 100002;
}
.search-frame {
  width: 635px;
  height: 170px;
  position: absolute;
  top: 33%;
  left: 50%;
  margin-left: -318px;
  margin-top: -85px;
}
.logo {
  width: 635px;
  height: 65px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../img/logo.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.tab-bar {
  position: absolute;
  top: 77px;
  left: 0;
  width: 100%;
  height: 24px;
}
.tab {
  width: 127px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  color: #616161;
  float: left;
  cursor: pointer;
}
.tab-underline {
  width: 635px;
  height: 2px;
  background-color: #E0E0E0;
  position: absolute;
  top: 105px;
  left: 0;
}
.underline {
  position: absolute;
  top: -1px;
  height: 3px;
  background-color: #b5300e;
  width: 127px;
}
.input-line {
  width: 635px;
  height: 40px;
  position: absolute;
  top: 127px;
  left: 0;
}
.input-keywords {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: content-box;
  border: 1px #E0E0E0 solid;
  padding: 7px 12px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 15px;
  color: #9E9E9E;
  width: 405px;
  outline: none;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.search-button {
  position: absolute;
  top: 0;
  right: 122px;
  width: 70px;
  height: 40px;
  background-image: url(../img/search_index.jpg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.advance-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 40px;
  background-image: url(../img/search_advance_index.jpg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  outline: none;
  text-decoration: none;
}
.input-line.hide-advance .input-keywords {
  width: 527px;
}
.input-line.hide-advance .search-button {
  right: 0;
}
.input-line.hide-advance .advance-search-button {
  display: none;
}
.big-btn {
  width: 300px;
}
.normal-btn {
  width: 80px;
  font-size: 16px;
}
.btn {
  display: inline-block;
  height: 46px;
  background-color: #4489ca;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
a.btn {
  text-decoration: none;
}
.btn-sm {
  width: 50px;
  height: 30px;
}
.main-wrapper {
  width: 100%;
  clear: both;
  background-color: #f2f2f2;
  height: auto;
  min-height: 100px;
  padding: 50px 0;
}
.main-wrapper .btn {
  font-size: 14px;
}
.main-wrapper .main-header {
  position: relative;
  width: 1000px;
  height: 121px;
  background-image: url(../img/head.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.main-wrapper .main-header .top-title {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  padding: 4px 0;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  color: #df0c0c;
}
.main-wrapper .main-frame {
  box-sizing: border-box;
  width: 1000px;
  clear: both;
  margin: 0 auto;
  height: auto;
  min-height: 100px;
}
.main-wrapper .main-frame .comment-box {
  position: relative;
  box-sizing: border-box;
  width: 1000px;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px 25px;
}
.main-wrapper .main-frame .comment-box.guide {
  height: 390px;
}
.main-wrapper .main-frame .comment-box.list {
  margin-top: 40px;
  max-height: 484px;
}
.main-wrapper .main-frame .comment-box.city-type,
.main-wrapper .main-frame .comment-box.dept-type {
  margin-top: 40px;
  height: auto;
}
.main-wrapper .main-frame .comment-box.add-up {
  margin-top: 40px;
  height: 510px;
}
.main-wrapper .main-frame .comment-box.solution {
  margin-top: 40px;
  height: 200px;
}
.main-wrapper .main-frame .comment-box.solution p {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
}
.main-wrapper .main-frame .comment-box .tabs {
  position: relative;
  width: auto;
  border-bottom: 1px solid #e6e6e6;
}
.main-wrapper .main-frame .comment-box .tabs &gt; .tab-item {
  font-family: mailbox;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  background-color: #4489ca;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  font-size: 16px;
}
.main-wrapper .main-frame .comment-box .tabs &gt; .tab-item &gt; .icon {
  display: inline-block;
  margin-right: 10px;
}
.main-wrapper .main-frame .comment-box .tabs .unit-expand,
.main-wrapper .main-frame .comment-box .tabs .more-letter {
  position: absolute;
  top: 10px;
  right: 0;
  color: #4489ca;
  font-size: 15px;
  cursor: pointer;
}
.main-wrapper .main-frame .comment-box .comment-box-ul {
  height: auto;
  max-height: 130px;
  overflow: hidden;
}
.main-wrapper .main-frame .comment-box .comment-box-ul.expand {
  max-height: 9999px;
}
.main-wrapper .main-frame .comment-box input {
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  -webkit-appearance: none;
  background-color: #fff;
  height: 46px;
  line-height: 1.41176471;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  color: #b3b3b3;
  margin-bottom: 10px;
}
.main-wrapper .main-frame .comment-box .comtent-content {
  padding-top: 20px;
  width: 1000px;
  box-sizing: border-box;
}
.main-wrapper .main-frame .comment-box .co-left-part {
  width: 508px;
}
.main-wrapper .main-frame .comment-box .co-right-part {
  width: 442px;
}
.main-wrapper .main-frame .comment-box .co-left-part,
.main-wrapper .main-frame .comment-box .co-right-part {
  float: left;
}
.main-wrapper .main-frame .comment-box .co-left-part &gt; .title,
.main-wrapper .main-frame .comment-box .co-right-part &gt; .title {
  color: #4489ca;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.main-wrapper .main-frame .comment-box .co-left-part &gt; .form-box,
.main-wrapper .main-frame .comment-box .co-right-part &gt; .form-box {
  width: 442px;
  height: 168px;
  line-height: 168px;
  text-align: center;
  border-radius: 5px;
  background-color: #fafafa;
}
.main-wrapper .main-frame .comment-box .co-left-part .input-group,
.main-wrapper .main-frame .comment-box .co-right-part .input-group {
  display: inline-block;
  width: 362px;
  height: 102px;
  line-height: 1;
  margin-top: 33px;
}
.main-wrapper .main-frame .comment-box .co-left-part .input-group &gt; *,
.main-wrapper .main-frame .comment-box .co-right-part .input-group &gt; * {
  float: left;
}
.main-wrapper .main-frame .comment-box .co-left-part .input-group .num-input,
.main-wrapper .main-frame .comment-box .co-right-part .input-group .num-input {
  width: 100%;
  color: #666;
}
.main-wrapper .main-frame .comment-box .co-left-part .input-group .code-input,
.main-wrapper .main-frame .comment-box .co-right-part .input-group .code-input {
  width: 168px;
  margin-right: 10px;
  color: #666;
}
.main-wrapper .main-frame .comment-box .co-left-part .input-group .code-box,
.main-wrapper .main-frame .comment-box .co-right-part .input-group .code-box {
  width: 90px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin-right: 10px;
}
.main-wrapper .main-frame .comment-box .co-left-part .input-group .vericode-frame,
.main-wrapper .main-frame .comment-box .co-right-part .input-group .vericode-frame,
.main-wrapper .main-frame .comment-box .co-left-part .input-group .vericode-loading,
.main-wrapper .main-frame .comment-box .co-right-part .input-group .vericode-loading {
  width: 100px;
  text-align: center;
  font-size: 14px;
}
.main-wrapper .main-frame .comment-box .co-left-part .input-group .vericode-loading,
.main-wrapper .main-frame .comment-box .co-right-part .input-group .vericode-loading {
  display: none;
  cursor: text;
}
.main-wrapper .main-frame .comment-box .co-left-part .explain-box,
.main-wrapper .main-frame .comment-box .co-right-part .explain-box {
  position: relative;
  width: 442px;
  height: auto;
  min-height: 50px;
  box-sizing: border-box;
  padding: 20px 40px 0 20px;
}
.main-wrapper .main-frame .comment-box .co-left-part .explain-box &gt; p,
.main-wrapper .main-frame .comment-box .co-right-part .explain-box &gt; p {
  color: #000;
  height: auto;
  line-height: 1.5;
  font-size: 14px;
}
.main-wrapper .main-frame .comment-box .co-left-part .explain-box &gt; p &gt; span,
.main-wrapper .main-frame .comment-box .co-right-part .explain-box &gt; p &gt; span,
.main-wrapper .main-frame .comment-box .co-left-part .explain-box &gt; p a,
.main-wrapper .main-frame .comment-box .co-right-part .explain-box &gt; p a {
  font-weight: 700;
  color: #000;
}
.main-wrapper .main-frame .comment-box .co-left-part .explain-box &gt; p.no-res,
.main-wrapper .main-frame .comment-box .co-right-part .explain-box &gt; p.no-res {
  color: #999999;
}
.main-wrapper .main-frame .display-part {
  width: 100%;
  box-sizing: border-box;
}
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item {
  padding: 24px 0;
}
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item.first {
  padding-top: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item p {
  margin-bottom: 20px;
}
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item .name {
  font-size: 15px;
  color: #4489ca;
}
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item .content {
  font-size: 15px;
  color: #000;
  word-break: break-all;
}
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item .letter-title,
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item .letter-reply {
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  position: relative;
}
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item .letter-reply {
  line-height: 24px;
  margin-bottom: 0;
}
.main-wrapper .main-frame .display-part &gt; .com-list &gt; .com-list-item .check-all {
  color: #4489ca;
  font-size: 15px;
}
.main-wrapper .main-frame .hot-part {
  margin-top: -40px;
  float: left;
  width: 250px;
  box-sizing: border-box;
}
.main-wrapper .main-frame .hot-part .hot-box.keyword {
  margin-top: 32px;
}
.main-wrapper .main-frame .hot-part .hot-box .hot-row {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.main-wrapper .main-frame .hot-part .hot-box .box-title {
  background-color: #4489ca;
  color: #fff;
  line-height: 40px;
  border: none;
  padding-left: 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.main-wrapper .main-frame .hot-part .hot-box .hot-item {
  float: left;
  width: 50%;
  color: #333;
  box-sizing: border-box;
  font-size: 15px;
  padding-left: 20px;
  text-align: left;
}
.main-wrapper .main-frame .hot-part .hot-box .search {
  height: 172px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 40px 0 0 0;
}
.main-wrapper .main-frame .hot-part .hot-box .search input {
  float: left;
  height: 30px;
  width: 153px;
  margin: 0 10px 0 20px;
  color: #666;
}
.main-wrapper .main-frame .hot-part .hot-box .search .btn {
  float: left;
  line-height: 30px;
  font-size: 14px;
}
.main-wrapper .main-frame .hot-part .hot-box .search .tips {
  box-sizing: border-box;
  padding: 60px 15px 0 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.main-wrapper .main-frame ul {
  margin-top: 20px;
  padding: 0;
  list-style: none;
  width: 100%;
}
.main-wrapper .main-frame ul li {
  float: left;
  height: 30px;
  box-sizing: border-box;
  background-color: #fafafa;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  font-size: 13px;
}
.main-wrapper .main-frame ul li &gt; a {
  display: block;
  color: #333;
}
.main-wrapper .main-frame .city-item.empty,
.main-wrapper .main-frame .unit-item.empty {
  background-color: #e6e6e6;
  cursor: text;
  color: #999;
}
.main-wrapper .main-frame .city-type &gt; .comment-box-ul &gt; ul &gt; li {
  width: 116px;
  margin: 0 0 10px 23px;
}
.main-wrapper .main-frame .dept-type,
.main-wrapper .main-frame .city-type {
  padding-right: 0;
  padding-left: 0;
}
.main-wrapper .main-frame .dept-type .tabs,
.main-wrapper .main-frame .city-type .tabs {
  margin-right: 25px;
  margin-left: 25px;
}
.main-wrapper .main-frame .dept-type &gt; .comment-box-ul &gt; ul &gt; li {
  width: 283px;
  margin-left: 25px;
  margin-right: 25px;
}
.main-wrapper .main-frame .add-up .row {
  position: relative;
  width: 100%;
  height: 40px;
}
.main-wrapper .main-frame .add-up .row .left,
.main-wrapper .main-frame .add-up .row .right {
  float: left;
  width: 50%;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.main-wrapper .main-frame .add-up .date-row {
  position: absolute;
  width: 245px;
  height: 30px;
  top: 5px;
  right: -15px;
}
.main-wrapper .main-frame .add-up .date-row &gt; select {
  width: 100px;
  margin-right: 22px;
  height: 28px;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.main-wrapper .main-frame .add-up .part-content {
  position: relative;
  width: 100%;
  height: 404px;
  overflow: hidden;
}
.main-wrapper .main-frame .add-up .part-content .left-part,
.main-wrapper .main-frame .add-up .part-content .right-part {
  top: 0;
  width: 474px;
  height: 474px;
  margin-top: -40px;
}
.main-wrapper .main-frame .add-up .part-content .right-part {
  position: absolute;
  right: 0;
}
.main-wrapper .main-frame .add-up .part-content .part-echart {
  width: 474px;
  height: 474px;
}
.main-wrapper .main-frame .add-up .part-content .empty-info {
  position: absolute;
  width: 100%;
  height: 474px;
  top: 0;
  left: 0;
  line-height: 474px;
  z-index: 9;
  background-color: #fff;
  text-align: center;
}
.modal-tips {
  display: none;
  width: 500px;
  height: 260px;
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 70px 20px 35px;
  font-size: 16px;
}
.modal-tips &gt; .tips-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.modal-tips .num {
  text-align: center;
  font-size: 16px;
  color: #333;
}
.modal-tips .status-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.modal-tips .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.modal-tips .btn-group {
  text-align: center;
  margin-top: 40px;
}
.modal-result {
  height: 500px;
  width: 900px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  background-color: #fff;
  z-index: 99999;
  display: none;
}
.modal-result &gt; .title {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  line-height: 40px;
  background-color: #fafafa;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.modal-result &gt; .title &gt; span {
  display: inline-block;
  font-family: mailbox;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 00px;
  cursor: pointer;
}
.modal-result &gt; .table {
  height: 415px;
  width: 900px;
  overflow-y: auto;
}
.modal-result &gt; .table .th {
  font-weight: 600;
}
.modal-result &gt; .table .tr {
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.modal-result &gt; .table .tr .td {
  float: left;
  line-height: 50px;
  box-sizing: border-box;
}
.modal-result &gt; .table .tr .td.title {
  width: 625px;
  padding-left: 30px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal-result &gt; .table .tr .td.date {
  width: 120px;
}
.modal-result &gt; .table .tr .td.status {
  padding-left: 10px;
  width: 125px;
}
.modal-result &gt; .table .tr .btn {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.modal-result &gt; .table .tr .btn.audit {
  background-color: #aaaaaa;
}
.modal-result &gt; .table .tr .btn.check {
  background-color: #4489ca;
}
.modal-result &gt; .simple-pages {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  padding-right: 17px;
  box-sizing: border-box;
}
.modal-result &gt; .simple-pages .right {
  float: right !important;
}
.modal-result &gt; .simple-pages .button {
  min-width: 1px;
  overflow: hidden;
  padding: 0 16px;
  border: 1px #e0e0e0 solid;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  width: auto;
  display: block;
  float: left;
  background-color: #fff;
  position: relative;
  margin-right: 8px;
  height: 30px;
  line-height: 30px;
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 14px;
}
.modal-result &gt; .simple-pages .button.with-icon {
  font-family: mailbox;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.modal-result &gt; .simple-pages .button.with-icon &gt; span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
}
.modal-result &gt; .simple-pages .input {
  display: block;
  width: 100px;
  padding: 0 8px;
  float: left;
  border: 1px #e0e0e0 solid;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  font-size: 15px;
  margin-right: 8px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  margin-top: 14px;
  margin-bottom: 12px;
}
.modal-result &gt; .simple-pages .label {
  float: left;
  margin: 10px 0;
  display: block;
  font-size: 15px;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 0;
  margin-right: 8px;
  min-width: 1px;
  overflow: hidden;
  border: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-indent: 0;
  padding: 0 8px;
  background: 0 0;
}
.modal-result &gt; .modal-footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 14px;
  color: #333;
}
.wx-code {
  position: relative;
  color: #000;
  font-weight: bold;
}
.img-container {
  position: absolute;
  display: none;
  width: 120px;
  height: 120px;
  top: 110px;
  left: 240px;
  z-index: 9;
}
.img-container img {
  width: 100%;
}
.row.main-bottom {
  height: 24px;
  line-height: 24px;
}
.temp-banner {
  display: block;
  width: 1000px;
  height: 80px;
  margin-top: 20px;
  border-radius: 5px;
  background-image: url(../img/banner.jpg);
}
.temp-banner.dwk-banner,
.temp-banner.tongji-banner {
  height: 120px;
  margin-top: 40px;
}
.temp-banner.dwk-banner {
  background-image: url(../img/banner_dwk.jpg);
}
.temp-banner.tongji-banner {
  background-image: url(../img/banner_tongji.png);
}
.main-wrapper .main-frame .comment-box.list {
  margin-top: 20px;
}
/*# sourceMappingURL=main.css.map */</pre></body></html>